.navbar-custom {
  background-color: #145B6F;
}
.main-title {
  background-image: url("../images/woods-dark.jpg"); 
  background-size: cover;
}
.carousel-testimonial {
	height: 320px;
}
.theme-light {
	background-color: #F9F0EB;
	color: #145B6F;
}
.theme-light .list-group-item {
	background-color: #F9F0EB;
	color: #145B6F;
	border-color: #145B6F55;
}
.theme-dark {
	background-color: #145B6F;
	color: #F9F0EB;
}
.theme-dark .list-group-item {
	background-color: #145B6F;
	color: #F9F0EB;
	border-color: #F9F0EB55;
}
.bullet {
   background:url("../images/watering_can.svg")no-repeat left;
   padding-left:26px;
}
.theme-light .bullet {
	filter: invert(80%);
}
.carousel-testimonial {
	min-height: 320px;
}
.carousel-article {
	min-height: 500px;
}
div.carousel-article img.rounded-circle{
	margin-bottom: 20px
}